This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Explanation of LEI, DECs and LSDO ~Umberto Nongeroson 2.Oct.03 05:08 PM a Web browser General 6.0.1 CF3All Platforms
You could get around storing any information in Notes documents by using a LEI Virtual Document. This requires either extra fields in your table or an extra table to store the header information that makes the relational record look like a Notes document (last modified date/time, "$" fields, and so on).
Alternately, you could, as you say, use an ASP, though in that case I'm not sure why you need Domino. The idea is to use Domino Designer to create the UI, a relational database to store the data, LEI to tie them together, and then you don't have to write a lot of code to read the relational database and format the results.